home *** CD-ROM | disk | FTP | other *** search
/ The Essential Home & Business Collection / The Essential Home & Business Collection.iso / 27 / 3 / 5 / HP22D5.ZIP / EXTERN / RUNABS < prev    next >
Text File  |  1991-04-16  |  206b  |  20 lines

  1. runabs.obj: runabs.c
  2.     cl /Alfw /c /Oalt /Gs runabs.c
  3.  
  4. runaux.obj: runaux.asm
  5.     masm5 runaux;
  6.  
  7. runabs.exe: runabs.obj runaux.obj
  8.     link runabs+runaux,,,startup/MAP/NOE;
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.